home *** CD-ROM | disk | FTP | other *** search
/ Champak 86 / (Vol 86) My Disc.iso / Games / moda_1223.swf / scripts / frame_1 / DoAction.as
Text File  |  2009-04-23  |  362b  |  14 lines

  1. function itemHandler1(obj, item)
  2. {
  3.    getUrl("http://www.123peppy.com", "_blank");
  4. }
  5. this.onEnterFrame = function()
  6. {
  7.    my_mc._x = _xmouse;
  8.    my_mc._y = _ymouse;
  9. };
  10. var myMenu_cm = new ContextMenu();
  11. myMenu_cm.hideBuiltInItems();
  12. myMenu_cm.customItems.push(new ContextMenuItem("powered by www.123peppy.com",itemHandler1));
  13. _root.menu = myMenu_cm;
  14.